body {
	position: relative;
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}


.fr {
	float: right;
}

.dis {
	display: block;
}

.posiRel{
	position: relative;
}

.posCenter{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.area1 {
	width: 100%;
	margin: 0 auto;
}

.area2 {
	width: 1200px;
	margin: 0 auto;
}

.area3{
	height: 100%;
	width: 100%;
}

.bgImg {
	text-align: center;
}

.bgImg img{
	width: 100%;
}

.title{
	display: block;
	text-align: center;
}

.w100h100{
	width: 100%;
	height: 100%;
}

.maAuto{
	margin: 0 auto;
}

.phoneBox{
	display: none;
}
.pcBox{
	display: block;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: block;
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	width: 100%;
	height: 100%;

	/* Center slide text vertically */
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	/* background-image: url(../img/rig.png); */
	 background-position: center right;
	right: 0;
	left: auto;
	width: 50%;
	height: 100%;
	background-size: contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	/* background-image: url(../img/lef.png); */
	background-position: center left;
	left: 0;
	right: auto;
	width: 50%;
	height: 100%;
	background-size: contain;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	margin: 0 20px;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background-color: #f9a386;
}

.swiper-pagination{
	width: 20% !important;
	left: auto !important;
	right: 0;
}

.word{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	background-color: rgba(0,0,0,0.8);
	text-align: left;
	text-indent: 20px;
}

.word a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}